home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / XP Syspad / XPSysPad.exe / install_script.iss
Text File  |  2005-03-05  |  2KB  |  45 lines

  1. ;InnoSetupVersion=4.2.6
  2.  
  3. [Setup]
  4. AppName=XP SysPad V6.0.5.9.2 by XTORT.net ⌐
  5. AppVerName=XP SysPad V6.0.5.9.2  by XTORT.net ⌐
  6. AppId=XP SysPad V6.0.5.9.2 by XTORT.net ⌐
  7. DefaultDirName={pf}\XPSysPad
  8. UninstallDisplayIcon={app}\XPSysPad.exe
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. LicenseFile=embedded\License.txt
  14. InfoBeforeFile=embedded\InfoBefore.txt
  15. InfoAfterFile=embedded\InfoAfter.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\XPSysPad.exe"; DestDir: "{app}"; 
  21. Source: "{app}\license.txt"; DestDir: "{app}"; 
  22. Source: "{app}\donate.txt"; DestDir: "{app}"; 
  23. Source: "{app}\history.txt"; DestDir: "{app}"; 
  24. Source: "{app}\XPSYSPAD.HLP"; DestDir: "{app}"; 
  25.  
  26. [Icons]
  27. Name: "{commonprograms}\XPSysPad"; Filename: "{app}\XPSysPad.exe"; 
  28. Name: "{userdesktop}\XPSysPad"; Filename: "{app}\XPSysPad.exe"; 
  29.  
  30. [CustomMessages]
  31. default.NameAndVersion=%1 version %2
  32. default.AdditionalIcons=Additional icons:
  33. default.CreateDesktopIcon=Create a &desktop icon
  34. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  35. default.ProgramOnTheWeb=%1 on the Web
  36. default.UninstallProgram=Uninstall %1
  37. default.LaunchProgram=Launch %1
  38. default.AssocFileExtension=&Associate %1 with the %2 file extension
  39. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  40.  
  41. [Languages]
  42. ; These files are stubs
  43. ; To achieve better results after recompilation, use the real language files
  44. Name: "default"; MessagesFile: "embedded\default.isl"; 
  45.